home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the platform = "Windows,32" then
- go("95")
- end if
- if the platform = "Windows,16" then
- go("31")
- end if
- if (the platform = "macintosh,powerpc") or (the platform = "macintosh,68k") then
- go("mac")
- end if
- end
-